home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / X11 / config / macII.cf < prev    next >
Encoding:
Text File  |  2006-12-20  |  1.3 KB  |  52 lines

  1. XCOMM platform:  $Xorg: macII.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
  2.  
  3. #ifndef OSName
  4. #define OSName            A/UX 3.0.1
  5. #endif
  6. #ifndef OSMajorVersion
  7. #define OSMajorVersion    3
  8. #endif
  9. #ifndef OSMinorVersion
  10. #define OSMinorVersion    0
  11. #endif
  12. #ifndef OSTeenyVersion
  13. #define OSTeenyVersion    1
  14. #endif
  15. XCOMM operating system:  OSName
  16.  
  17. #if HasGcc
  18. #define BootstrapCFlags   -DmacII
  19. #endif
  20. #define SystemV             YES
  21. #define HasPoll            NO
  22. #define NeedBerklib         YES
  23. #define ExtraLibraries      $(XBSDLIB) -lposix -lm -lmr
  24. #define Malloc0ReturnsNull  YES
  25. #define StandardDefines     -DmacII -DSYSV
  26. #define ExecableScripts     NO
  27. #define RemoveTargetProgramByMoving YES
  28. #define ExpandManNames      YES
  29. #define XmacIIServer        YES
  30. #define XawI18nDefines      -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
  31. #if MacHasc89
  32. #define CcCmd c89 -D_POSIX_SOURCE
  33. #else
  34. #define HasVoidSignalReturn NO
  35. #endif
  36. #if OSMajorVersion <= 2
  37. #define ServerExtraDefines  -DSUPPORT_2_0
  38. #endif
  39. #define InstKmemFlags        -g sys -m 2711
  40. #define ExtensionOSDefines  -DXTESTEXT1
  41.  
  42. #if !HasGcc
  43. #define DefaultCCOptions -A 3
  44. #endif
  45.  
  46. /*
  47.  * If you wish to override the man page directories, do so here using just
  48.  * one tab between the parameter name (e.g. ManDirectoryRoot) and the
  49.  * value so that cpp doesn't get confused.
  50.  */
  51. #define ManDirectoryRoot    /usr/catman/u_man
  52.